GetVertex
Unit: DXFConv
Description
Returns pointer to TsgSHXVertex class object.
Parameter | Type | Description |
---|---|---|
AList | TList | vertexes list of the SHX Font text string |
Index | AList | vertex index in AList |
SignX | Integer | 1 – normal text; -1 – mirrored in X text |
SignY | Integer | 1 – normal text; -1 – mirrored in Y text |
ASy | Double | ratio of height and above value of the text |
Syntax
function GetVertex(AList: TList; Index, SignX, SignY: Integer; const ASy: Double): PsgSHXVertex;